home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_115 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  151b  |  7 lines

  1. on(release){
  2.    _parent.solver.gotoAndStop(1);
  3.    _parent.lew.action = "random";
  4.    _parent.lew.gotoAndPlay("clickbutton");
  5.    gotoAndStop(2);
  6. }
  7.